home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / games1 / chrhac23.zip / README.TXT < prev    next >
Text File  |  1993-03-28  |  7KB  |  168 lines

  1. Fourth Bryan Productions Proudly Presents:
  2.  
  3.              ChrHack
  4.        
  5. A program for IBM computers and compatables with EGA/VGA graphics
  6. to play NetHack with graphics.
  7.  
  8. Redefine the symbols of the games like walls, sinks, fountains,
  9. and traps to resemble what they are and not like some text character.
  10.  
  11. Also define items to look like amulets instead of quotes, rings
  12. instead of equal signs and gold instead of dollar signs.
  13.  
  14. Change monster icons to resemble nasty things trying to kill
  15. you instead of letters of the alphabet.
  16.  
  17.  
  18. ChrHack version 2.3
  19. Written for NetHack 3.1
  20. Copyright(c) 1991-1993 Mike Marcelais
  21. Another Fourth Bryan Production
  22.  
  23. Changes since version 2.2:
  24.     Added command line support for file loading
  25.     Added icon transfer command in ChrEdit
  26.  
  27. Changes since version 2.1:
  28.     Fixed Runtime Error 006 (definitely)
  29.     Better Parser in install.
  30.     Nethack.add file.  Contains lines to be added to nethack.cnf for
  31.         people that want to do a manual installation.  Nethack.cnf file
  32.         removed because it would overwrite people's existing file.
  33.     Include nh.bat file.
  34.     Included sample font that has monster graphics
  35.     (Font file is the same between version 2.1 and 2.2 -- No convert needed)
  36.  
  37. Changes since version 2.0:
  38.     Fixed Rogue Level error
  39.     Convert program to upgrade font from 2.0 to 2.1
  40.     Included sample nethack.cnf file
  41.  
  42. Features: (* indicates new feature since 1.0)
  43.     Define symbols like walls as graphics
  44.    *Define items like weapons as graphics
  45.    *Define monsters like orcs as graphics
  46.    *Redefine the normal text characters to get a fancy font.
  47.     NOT a TSR, does not use any extra memory
  48.     EGA/VGA required.
  49.    *Install program will write batch file and
  50.       update nethack config file automagically.
  51.     Font editor to customize the graphics used
  52.     Sample graphics file included
  53.  
  54. IF YOU ARE UPGRADING FROM 2.0
  55.    1)  Run 'convert' which will translate the font file from 2.0 format to
  56.        2.2
  57.    2)  Edit the font file.  Two new symbols were added (under the Rogue
  58.        Menu) that need to be defined.
  59.    3)  Run the install program.
  60.  
  61. IF YOU ARE UPGRADING FROM 2.1
  62.    1)  If you were having problems with the old install program, then run
  63.        the install program included.
  64.    2)  The font format is unchanged.  No conversion needs to be done.
  65.  
  66. IF YOU ARE UPGRADING FROM 2.2
  67.    1)  Simply replace the executables.  Everything else is compatable.
  68.  
  69. Usage:
  70.    1)  Put all of the ChrHack files into your nethack directory.
  71.    2)  Run install to modify your nethack.cnf file.  All old options
  72.        are preserved.  BIOS, rawio, and IBMgraphics options are added
  73.        as well as the commands to redefine the monsters, items, and 
  74.        graphics symbols.  If you have weird results (ie, it stops after
  75.        the first two lines, etc) make sure that you have a DOS style
  76.        text file, not a unix style text file.  (One distrubution
  77.        of NetHack had a unix config file in it.)
  78.    3)  Run nh to play nethack.  This batch file will enable the character
  79.        set and start nethack, passing all arguments through.
  80.  
  81. To edit the characters:
  82.    1)  Run chredit. The symbols are put into five groups:
  83.          a) Items         Things you can pick up.
  84.          b) Text          Font that messages are displayed in.
  85.          c) Symbols       Things that don't go elsewhere.
  86.          d) Monsters I    A-Z and all special symbols
  87.          e) Monsters II   a-z
  88.          f) Rouge Symbols Things on the rogue level
  89.    2)  Chredit.cnf allows you to define the colors that the editor uses.
  90.        Help on the config file is found within the file itself.  It is
  91.        very similar to the nethack.cnf file.
  92.  
  93. To use another data file:
  94.    Simply use the name of the file as an argument to chredit or chrset.
  95.    eg.   chredit monsters.dat
  96.          chrset  monsters.dat
  97.    If a name is not provided, chrdata.dat is used.    
  98.  
  99. Files:
  100.  
  101. Validate is a small program that will return verification information
  102. about a file.  The Method 1 and 2 columns are the validate checksums
  103. for the files in this archive.
  104.  
  105. File Name      Size   Date        Method 1  Method 2
  106. chredit .exe   60431   3-29-1993    AF69      05DB   Font editor
  107. chredit .cnf     616   3-29-1993    C92A      15C5   Font edit config
  108. chrset  .exe    7721   3-29-1993    D986      137A   Enable font
  109. install .exe   14555   3-29-1993    9DB3      1EF6   Install program
  110. convert .exe    8940   3-29-1993    967C      14C2   2.0 --> 2.3 font conv.
  111. chrdata .dat    4096   3-29-1993    4646      0AD7   Font data file
  112. monster .dat    4096   3-29-1993    F507      0334   Font /w monsters
  113. nethack .add     252   3-29-1993    C493      0661   Lines to add to config
  114. validate.com   12197   3-29-1993    D5BB      166F   File verification
  115. validate.doc    2415   3-29-1993    1C90      19F9   Doc about validate
  116. readme  .txt    6944   3-29-1993    ????      ????   This file
  117. nh      .bat      73   3-29-1993    0B71      0B09   Created by install
  118.  
  119.  
  120. Disclaimer:
  121.  
  122. Although I think this program has value, you may disagree.  If you do, then
  123. don't use this program.
  124.  
  125. Although extensive testing has shown that this product will not harm
  126. monitors, hard drives, and computers in general; if it does damage anything
  127. then it is who and not I that is responsible for the damage.
  128.  
  129. In short, if this program causes you to lose 1 million dollars, then it is 
  130. you who is out the million and not I.
  131.  
  132. (This is basically the same disclaimer that is written in all software but
  133. I wrote mine in plain english while their's is in legaleze.  :-)
  134.  
  135. Shareware:
  136.  
  137. The idea behind shareware is simple.  The program is freely distributable.
  138. Users try out the program for a week or two and if they don't like it, they
  139. erase it.
  140.  
  141. If they continue to use the program, they should consider paying the author
  142. of the software a small sum to continue to support his efforts.  This price
  143. is much less than commercial software.
  144.  
  145. If you enjoy using this program, please send $10 to me.  Benefits are
  146. simply:  update notices and a feeling that you made a software author feel
  147. important.  (Helps pay my bills also.)  Registring also increases the
  148. chances that I'll listen to you when you have problems or give suggestions.
  149.  
  150.        US checks, money orders, cach, etc may be sent to:
  151.  
  152.        Mike Marcelais
  153.        4109 Livingstone Place
  154.        Durham, NC  27707
  155.  
  156.        Current E-mail address:  mrmarcel@eos.ncsu.edu
  157.              Alternate address: mrmarcel%eos.ncsu.edu@ncsuvx.ncsu.edu
  158.  
  159. Credits:
  160.  
  161. Many thanks to the 'Dev Team' for creating NetHack 3.1
  162.  
  163. Many thanks to Kris Preacher, Scott Tillman, Alan Olmstead, Scott Starin, and
  164. Adam Majewski for creating the sample font file and testing the program.
  165.  
  166. Many thanks to Joshua John Buergel for beta testing.
  167. Many thanks to E. Stephen Mack for the monster data file.
  168.